home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / dos / CIEPC01 / CIEPC01D.ZIP / README.TXT < prev   
Encoding:
Text File  |  1992-07-10  |  2.2 KB  |  70 lines

  1.                   Chapter 2  Network Device Driver Options
  2.                                                           
  3. CIAS  CIEPC1
  4.  
  5.      Required entry:
  6.      
  7.  
  8.      o     Drivername = CIEPC1$ or CIEPC1<n>$  where <n> is
  9.             a number from 2 to 9
  10.      
  11.      
  12.      The following table summarizes the possible entries
  13.      and values in the [CIEPC01_NIF]  section
  14.      
  15.  
  16.         Entry          Unit       Range       Default
  17.      -----------------------------------------------------
  18.      
  19.       Ioaddress        hex      300,320,340,      300
  20.                                     360
  21.       Interrupt        hex       2,3,4,5,7         3
  22.      
  23.      
  24.      Entries in the [CIEPC01_NIF] section have the
  25.      following meanings:
  26.      
  27.      Ioaddress
  28.          Indicate the current I/O address jumper
  29.          configuration of the network adapter card. The
  30.          entry must match the adapter card's switch
  31.          settings. Possible values are
  32.          300, 320, 340 and 360.
  33.      
  34.      Interrupt
  35.          Indicates the interrupt level of the adapter
  36.          card. The entry must match the adapter card's
  37.          jumpers settings. Possible values are 2, 3, 4, 5
  38.          and 7.
  39.      
  40.      Drivername
  41.          Identifies the network device driver.  The name
  42.          should be in uppercase. The possible names are
  43.          CIEPC1$, CIEPC12$, CIEPC13$, .. CIEPC19$. The
  44.          first device driver loaded adopts the name
  45.          CIEPC1$, the second loaded adopts the name
  46.          CIEPC12$ and so forth. The signon text of the
  47.          driver reflects this name adoption scheme.
  48.      
  49.      When the driver is started, i.e invoked from within
  50.      the CONFIG.SYS scope, it may terminate due to
  51.      erroneous condition, e.g card failure, illegal
  52.      settings, with the following message:
  53.      
  54.  
  55.          Device Driver failed to open Cc = <xxxx>
  56.      
  57.  
  58.      where <xxxx> is one of the following  hex values
  59.      
  60.         000F:    One or more of the entries above is missing.
  61.              Text will describe what is missing.
  62.  
  63.         D002:    Illegal  "Interrupt" value specified. See
  64.                  valid values above.
  65.  
  66.         D004:    Illegal  "Ioaddress" value specified. See
  67.                  valid values above.
  68.      
  69.      
  70.